Html Css Color HEX #CCB792 Sour Dough

📋 copy color: '#CCB792'

red 204 ◦ green 183 ◦ blue 146

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

Shades of Sour Dough #CCB792

Tints of Sour Dough #CCB792

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.33%

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

R = 38.27%
G = 34.33%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCB792 (or 0xCCB792) is known color: Sour Dough. HEX triplet: CC, B7 and 92. RGB value is (204,183,146). Sum of RGB (Red+Green+Blue) = 204+183+146=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB792 is #33486D. Grayscale: #B9B9B9. Windows color (decimal): -3360878 or 9615308. OLE color: 9615308.

HSL color Cylindrical-coordinate representation of color #CCB792: hue angle of 38.28º 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 #CCB792 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 146 -
CMYK 0 0.10 0.28 0.2
HSL 38.28º 0.36% 0.69% -
HSV(B) 38.28º 0.28% 0.8% -
XYZ 47.02 48.78 34.13 -
YUV 185.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 204 183 146 0 0.10 0.28 0.2 38.28 0.36 0.69
Hex CC B7 92 0 A 1C 14 26 24 45
Octal 314 267 222 0 12 34 24 46 44 105
Binary 11001100 10110111 10010010 0 1010 11100 10100 100110 100100 1000101

Color Harmonies of #CCB792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB792

Black with #CCB792

Text Example


Text Example

White with #CCB792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB792; }

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

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

background-color css

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

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

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

border-color css

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

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

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