Html Css Color HEX #CCB29F Cashmere

📋 copy color: '#CCB29F'

red 204 ◦ green 178 ◦ blue 159

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

Shades of Cashmere #CCB29F

Tints of Cashmere #CCB29F

RGB

 RED value IS 204 (80.08% from 255) = 37.71%

 GREEN value IS 178 (69.92% from 255) = 32.9%

 BLUE value IS 159 (62.5% from 255) = 29.39%

R = 37.71%
G = 32.9%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CCB29F (or 0xCCB29F) is known color: Cashmere. HEX triplet: CC, B2 and 9F. RGB value is (204,178,159). Sum of RGB (Red+Green+Blue) = 204+178+159=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB29F is #334D60. Grayscale: #B7B7B7. Windows color (decimal): -3362145 or 10465996. OLE color: 10465996.

HSL color Cylindrical-coordinate representation of color #CCB29F: hue angle of 25.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCB29F is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 159 -
CMYK 0 0.13 0.22 0.2
HSL 25.33º 0.31% 0.71% -
HSV(B) 25.33º 0.22% 0.8% -
XYZ 47.08 47.18 39.43 -
YUV 183.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 204 178 159 0 0.13 0.22 0.2 25.33 0.31 0.71
Hex CC B2 9F 0 D 16 14 19 1F 47
Octal 314 262 237 0 15 26 24 31 37 107
Binary 11001100 10110010 10011111 0 1101 10110 10100 11001 11111 1000111

Color Harmonies of #CCB29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB29F

Black with #CCB29F

Text Example


Text Example

White with #CCB29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB29F; }

 p { color: rgb(204,178,159); }

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

background-color css

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

 a { background-color: rgb(204,178,159); }

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

border-color css

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

 span { border-color: rgb(204,178,159); }

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