Html Css Color HEX #CBA564 Laser

📋 copy color: '#CBA564'

red 203 ◦ green 165 ◦ blue 100

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

Shades of Laser #CBA564

Tints of Laser #CBA564

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.26%

 BLUE value IS 100 (39.45% from 255) = 21.37%

R = 43.38%
G = 35.26%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CBA564 (or 0xCBA564) is known color: Laser. HEX triplet: CB, A5 and 64. RGB value is (203,165,100). Sum of RGB (Red+Green+Blue) = 203+165+100=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA564 is #345A9B. Grayscale: #A9A9A9. Windows color (decimal): -3431068 or 6596043. OLE color: 6596043.

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

Color convert

RGB 203 165 100 -
CMYK 0 0.19 0.51 0.20
HSL 37.86º 0.5% 0.59% -
HSV(B) 37.86º 0.51% 0.8% -
XYZ 40.38 40.53 17.75 -
YUV 168.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 203 165 100 0 0.19 0.51 0.20 37.86 0.5 0.59
Hex CB A5 64 0 13 33 14 26 32 3B
Octal 313 245 144 0 23 63 24 46 62 73
Binary 11001011 10100101 1100100 0 10011 110011 10100 100110 110010 111011

Color Harmonies of #CBA564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA564

Black with #CBA564

Text Example


Text Example

White with #CBA564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA564; }

 p { color: rgb(203,165,100); }

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

background-color css

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

 a { background-color: rgb(203,165,100); }

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

border-color css

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

 span { border-color: rgb(203,165,100); }

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