Html Css Color HEX #CBA761 Laser

📋 copy color: '#CBA761'

red 203 ◦ green 167 ◦ blue 97

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

Shades of Laser #CBA761

Tints of Laser #CBA761

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.76%

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

R = 43.47%
G = 35.76%
B = 20.77%

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

#CBA761 (or 0xCBA761) is known color: Laser. HEX triplet: CB, A7 and 61. RGB value is (203,167,97). Sum of RGB (Red+Green+Blue) = 203+167+97=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA761 is #34589E. Grayscale: #AAAAAA. Windows color (decimal): -3430559 or 6399947. OLE color: 6399947.

HSL color Cylindrical-coordinate representation of color #CBA761: hue angle of 39.62º 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 #CBA761 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 167 97 -
CMYK 0 0.18 0.52 0.20
HSL 39.62º 0.5% 0.59% -
HSV(B) 39.62º 0.52% 0.8% -
XYZ 40.6 41.2 17.12 -
YUV 169.78 86.93 151.69 -
System Red Green Blue C M Y K H S L
Decimal 203 167 97 0 0.18 0.52 0.20 39.62 0.5 0.59
Hex CB A7 61 0 12 34 14 28 32 3B
Octal 313 247 141 0 22 64 24 50 62 73
Binary 11001011 10100111 1100001 0 10010 110100 10100 101000 110010 111011

Color Harmonies of #CBA761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA761

Black with #CBA761

Text Example


Text Example

White with #CBA761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA761; }

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

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

background-color css

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

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

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

border-color css

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

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

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