Html Css Color HEX #CBAC63 Laser

📋 copy color: '#CBAC63'

red 203 ◦ green 172 ◦ blue 99

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

Shades of Laser #CBAC63

Tints of Laser #CBAC63

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.29%

 BLUE value IS 99 (39.06% from 255) = 20.89%

R = 42.83%
G = 36.29%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CBAC63 (or 0xCBAC63) is known color: Laser. HEX triplet: CB, AC and 63. RGB value is (203,172,99). Sum of RGB (Red+Green+Blue) = 203+172+99=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 99 (39.06% from 255 or 20.89% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC63 is #34539C. Grayscale: #ADADAD. Windows color (decimal): -3429277 or 6532299. OLE color: 6532299.

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

Color convert

RGB 203 172 99 -
CMYK 0 0.15 0.51 0.20
HSL 42.12º 0.5% 0.59% -
HSV(B) 42.12º 0.51% 0.8% -
XYZ 41.63 43.1 17.93 -
YUV 172.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 203 172 99 0 0.15 0.51 0.20 42.12 0.5 0.59
Hex CB AC 63 0 F 33 14 2A 32 3B
Octal 313 254 143 0 17 63 24 52 62 73
Binary 11001011 10101100 1100011 0 1111 110011 10100 101010 110010 111011

Color Harmonies of #CBAC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAC63

Black with #CBAC63

Text Example


Text Example

White with #CBAC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAC63; }

 p { color: rgb(203,172,99); }

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

background-color css

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

 a { background-color: rgb(203,172,99); }

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

border-color css

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

 span { border-color: rgb(203,172,99); }

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