Html Css Color HEX #CBA565 Laser

📋 copy color: '#CBA565'

red 203 ◦ green 165 ◦ blue 101

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

Shades of Laser #CBA565

Tints of Laser #CBA565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.54%

R = 43.28%
G = 35.18%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CBA565 (or 0xCBA565) is known color: Laser. HEX triplet: CB, A5 and 65. RGB value is (203,165,101). Sum of RGB (Red+Green+Blue) = 203+165+101=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA565 is #345A9A. Grayscale: #A9A9A9. Windows color (decimal): -3431067 or 6661579. OLE color: 6661579.

HSL color Cylindrical-coordinate representation of color #CBA565: hue angle of 37.65º degrees, saturation: 0.5, 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 #CBA565 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 101 -
CMYK 0 0.19 0.50 0.20
HSL 37.65º 0.5% 0.6% -
HSV(B) 37.65º 0.5% 0.8% -
XYZ 40.43 40.55 18.01 -
YUV 169.07 89.59 152.2 -
System Red Green Blue C M Y K H S L
Decimal 203 165 101 0 0.19 0.50 0.20 37.65 0.5 0.6
Hex CB A5 65 0 13 32 14 26 32 3C
Octal 313 245 145 0 23 62 24 46 62 74
Binary 11001011 10100101 1100101 0 10011 110010 10100 100110 110010 111100

Color Harmonies of #CBA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA565

Black with #CBA565

Text Example


Text Example

White with #CBA565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA565; }

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

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

background-color css

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

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

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

border-color css

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

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

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