Html Css Color HEX #CBAE67 Putty

📋 copy color: '#CBAE67'

red 203 ◦ green 174 ◦ blue 103

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

Shades of Putty #CBAE67

Tints of Putty #CBAE67

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.25%

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

R = 42.29%
G = 36.25%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CBAE67 (or 0xCBAE67) is known color: Putty. HEX triplet: CB, AE and 67. RGB value is (203,174,103). Sum of RGB (Red+Green+Blue) = 203+174+103=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE67 is #345198. Grayscale: #AEAEAE. Windows color (decimal): -3428761 or 6794955. OLE color: 6794955.

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

Color convert

RGB 203 174 103 -
CMYK 0 0.14 0.49 0.20
HSL 42.6º 0.49% 0.6% -
HSV(B) 42.6º 0.49% 0.8% -
XYZ 42.21 43.95 19.09 -
YUV 174.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 203 174 103 0 0.14 0.49 0.20 42.6 0.49 0.6
Hex CB AE 67 0 E 31 14 2B 31 3C
Octal 313 256 147 0 16 61 24 53 61 74
Binary 11001011 10101110 1100111 0 1110 110001 10100 101011 110001 111100

Color Harmonies of #CBAE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE67

Black with #CBAE67

Text Example


Text Example

White with #CBAE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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