Html Css Color HEX #CBA561 Laser

📋 copy color: '#CBA561'

red 203 ◦ green 165 ◦ blue 97

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

Shades of Laser #CBA561

Tints of Laser #CBA561

RGB

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

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

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

R = 43.66%
G = 35.48%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CBA561 (or 0xCBA561) is known color: Laser. HEX triplet: CB, A5 and 61. RGB value is (203,165,97). Sum of RGB (Red+Green+Blue) = 203+165+97=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA561 is #345A9E. Grayscale: #A8A8A8. Windows color (decimal): -3431071 or 6399435. OLE color: 6399435.

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

Color convert

RGB 203 165 97 -
CMYK 0 0.19 0.52 0.20
HSL 38.49º 0.5% 0.59% -
HSV(B) 38.49º 0.52% 0.8% -
XYZ 40.24 40.47 17 -
YUV 168.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 203 165 97 0 0.19 0.52 0.20 38.49 0.5 0.59
Hex CB A5 61 0 13 34 14 26 32 3B
Octal 313 245 141 0 23 64 24 46 62 73
Binary 11001011 10100101 1100001 0 10011 110100 10100 100110 110010 111011

Color Harmonies of #CBA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA561

Black with #CBA561

Text Example


Text Example

White with #CBA561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA561; }

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

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

background-color css

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

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

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

border-color css

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

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

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