Html Css Color HEX #CBAC67 Putty

📋 copy color: '#CBAC67'

red 203 ◦ green 172 ◦ blue 103

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

Shades of Putty #CBAC67

Tints of Putty #CBAC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.55%

R = 42.47%
G = 35.98%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CBAC67 (or 0xCBAC67) is known color: Putty. HEX triplet: CB, AC and 67. RGB value is (203,172,103). Sum of RGB (Red+Green+Blue) = 203+172+103=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 103 (40.62% from 255 or 21.55% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC67 is #345398. Grayscale: #ADADAD. Windows color (decimal): -3429273 or 6794443. OLE color: 6794443.

HSL color Cylindrical-coordinate representation of color #CBAC67: hue angle of 41.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBAC67 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 172 103 -
CMYK 0 0.15 0.49 0.20
HSL 41.4º 0.49% 0.6% -
HSV(B) 41.4º 0.49% 0.8% -
XYZ 41.83 43.18 18.96 -
YUV 173.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 203 172 103 0 0.15 0.49 0.20 41.4 0.49 0.6
Hex CB AC 67 0 F 31 14 29 31 3C
Octal 313 254 147 0 17 61 24 51 61 74
Binary 11001011 10101100 1100111 0 1111 110001 10100 101001 110001 111100

Color Harmonies of #CBAC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAC67

Black with #CBAC67

Text Example


Text Example

White with #CBAC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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