Html Css Color HEX #CCB992 Sour Dough

📋 copy color: '#CCB992'

red 204 ◦ green 185 ◦ blue 146

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

Shades of Sour Dough #CCB992

Tints of Sour Dough #CCB992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.58%

 BLUE value IS 146 (57.42% from 255) = 27.29%

R = 38.13%
G = 34.58%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCB992 (or 0xCCB992) is known color: Sour Dough. HEX triplet: CC, B9 and 92. RGB value is (204,185,146). Sum of RGB (Red+Green+Blue) = 204+185+146=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB992 is #33466D. Grayscale: #BABABA. Windows color (decimal): -3360366 or 9615820. OLE color: 9615820.

HSL color Cylindrical-coordinate representation of color #CCB992: hue angle of 40.34º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCB992 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 146 -
CMYK 0 0.09 0.28 0.2
HSL 40.34º 0.36% 0.69% -
HSV(B) 40.34º 0.28% 0.8% -
XYZ 47.44 49.61 34.27 -
YUV 186.24 105.29 140.67 -
System Red Green Blue C M Y K H S L
Decimal 204 185 146 0 0.09 0.28 0.2 40.34 0.36 0.69
Hex CC B9 92 0 9 1C 14 28 24 45
Octal 314 271 222 0 11 34 24 50 44 105
Binary 11001100 10111001 10010010 0 1001 11100 10100 101000 100100 1000101

Color Harmonies of #CCB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB992

Black with #CCB992

Text Example


Text Example

White with #CCB992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB992; }

 p { color: rgb(204,185,146); }

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

background-color css

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

 a { background-color: rgb(204,185,146); }

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

border-color css

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

 span { border-color: rgb(204,185,146); }

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