Html Css Color HEX #CBA661 Laser

📋 copy color: '#CBA661'

red 203 ◦ green 166 ◦ blue 97

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

Shades of Laser #CBA661

Tints of Laser #CBA661

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.62%

 BLUE value IS 97 (38.28% from 255) = 20.82%

R = 43.56%
G = 35.62%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CBA661 (or 0xCBA661) is known color: Laser. HEX triplet: CB, A6 and 61. RGB value is (203,166,97). Sum of RGB (Red+Green+Blue) = 203+166+97=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA661 is #34599E. Grayscale: #A9A9A9. Windows color (decimal): -3430815 or 6399691. OLE color: 6399691.

HSL color Cylindrical-coordinate representation of color #CBA661: hue angle of 39.06º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBA661 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 166 97 -
CMYK 0 0.18 0.52 0.20
HSL 39.06º 0.5% 0.59% -
HSV(B) 39.06º 0.52% 0.8% -
XYZ 40.42 40.83 17.06 -
YUV 169.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 203 166 97 0 0.18 0.52 0.20 39.06 0.5 0.59
Hex CB A6 61 0 12 34 14 27 32 3B
Octal 313 246 141 0 22 64 24 47 62 73
Binary 11001011 10100110 1100001 0 10010 110100 10100 100111 110010 111011

Color Harmonies of #CBA661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA661

Black with #CBA661

Text Example


Text Example

White with #CBA661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA661; }

 p { color: rgb(203,166,97); }

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

background-color css

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

 a { background-color: rgb(203,166,97); }

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

border-color css

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

 span { border-color: rgb(203,166,97); }

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