Html Css Color HEX #CCB183 Calico

📋 copy color: '#CCB183'

red 204 ◦ green 177 ◦ blue 131

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

Shades of Calico #CCB183

Tints of Calico #CCB183

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.57%

 BLUE value IS 131 (51.56% from 255) = 25.59%

R = 39.84%
G = 34.57%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCB183 (or 0xCCB183) is known color: Calico. HEX triplet: CC, B1 and 83. RGB value is (204,177,131). Sum of RGB (Red+Green+Blue) = 204+177+131=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB183 is #334E7C. Grayscale: #B4B4B4. Windows color (decimal): -3362429 or 8630732. OLE color: 8630732.

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

Color convert

RGB 204 177 131 -
CMYK 0 0.13 0.36 0.2
HSL 37.81º 0.42% 0.66% -
HSV(B) 37.81º 0.36% 0.8% -
XYZ 44.72 45.92 27.98 -
YUV 179.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 204 177 131 0 0.13 0.36 0.2 37.81 0.42 0.66
Hex CC B1 83 0 D 24 14 26 2A 42
Octal 314 261 203 0 15 44 24 46 52 102
Binary 11001100 10110001 10000011 0 1101 100100 10100 100110 101010 1000010

Color Harmonies of #CCB183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB183

Black with #CCB183

Text Example


Text Example

White with #CCB183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB183; }

 p { color: rgb(204,177,131); }

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

background-color css

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

 a { background-color: rgb(204,177,131); }

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

border-color css

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

 span { border-color: rgb(204,177,131); }

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