Html Css Color HEX #CBB066 Laser

📋 copy color: '#CBB066'

red 203 ◦ green 176 ◦ blue 102

#CBB066
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #CBB066

Tints of Laser #CBB066

RGB

 RED value IS 203 (79.69% from 255) = 42.2%

 GREEN value IS 176 (69.14% from 255) = 36.59%

 BLUE value IS 102 (40.23% from 255) = 21.21%

R = 42.2%
G = 36.59%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBB066 (or 0xCBB066) is known color: Laser. HEX triplet: CB, B0 and 66. RGB value is (203,176,102). Sum of RGB (Red+Green+Blue) = 203+176+102=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB066 is #344F99. Grayscale: #AFAFAF. Windows color (decimal): -3428250 or 6729931. OLE color: 6729931.

HSL color Cylindrical-coordinate representation of color #CBB066: hue angle of 43.96º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBB066 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 176 102 -
CMYK 0 0.13 0.50 0.20
HSL 43.96º 0.49% 0.6% -
HSV(B) 43.96º 0.5% 0.8% -
XYZ 42.55 44.71 18.96 -
YUV 175.64 86.45 147.52 -
System Red Green Blue C M Y K H S L
Decimal 203 176 102 0 0.13 0.50 0.20 43.96 0.49 0.6
Hex CB B0 66 0 D 32 14 2C 31 3C
Octal 313 260 146 0 15 62 24 54 61 74
Binary 11001011 10110000 1100110 0 1101 110010 10100 101100 110001 111100

Color Harmonies of #CBB066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB066

Black with #CBB066

Text Example


Text Example

White with #CBB066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB066; }

 p { color: rgb(203,176,102); }

 H1.HeaderClassName
 {
   color: #CBB066;
 }
 .AnyTagClassName
 {
   color: #CBB066;
 }
</style>

background-color css

<style>
 a { background-color: #CBB066; }

 a { background-color: rgb(203,176,102); }

 div.DivClassName
 {
   background-color: #CBB066;
 }
 .BgClassName
 {
   background-color: #CBB066;
 }
</style>

border-color css

<style>
 span { border-color: #CBB066; }

 span { border-color: rgb(203,176,102); }

 td.TdClassName
 {
   border-color: #CBB066;
 }
 .TagClassName
 {
   border-color: #CBB066;
 }
</style>