Html Css Color HEX #CCCFB4 Orinoco

📋 copy color: '#CCCFB4'

red 204 ◦ green 207 ◦ blue 180

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

Shades of Orinoco #CCCFB4

Tints of Orinoco #CCCFB4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.03%

 BLUE value IS 180 (70.7% from 255) = 30.46%

R = 34.52%
G = 35.03%
B = 30.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CCCFB4 (or 0xCCCFB4) is known color: Orinoco. HEX triplet: CC, CF and B4. RGB value is (204,207,180). Sum of RGB (Red+Green+Blue) = 204+207+180=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 180 (70.70% from 255 or 30.46% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFB4 is #33304B. Grayscale: #CBCBCB. Windows color (decimal): -3354700 or 11849676. OLE color: 11849676.

HSL color Cylindrical-coordinate representation of color #CCCFB4: hue angle of 66.67º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCCFB4 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 207 180 -
CMYK 0.01 0 0.13 0.19
HSL 66.67º 0.22% 0.76% -
HSV(B) 66.67º 0.13% 0.81% -
XYZ 55.45 60.76 51.98 -
YUV 203.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 204 207 180 0.01 0 0.13 0.19 66.67 0.22 0.76
Hex CC CF B4 1 0 D 13 43 16 4C
Octal 314 317 264 1 0 15 23 103 26 114
Binary 11001100 11001111 10110100 1 0 1101 10011 1000011 10110 1001100

Color Harmonies of #CCCFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCFB4

Black with #CCCFB4

Text Example


Text Example

White with #CCCFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCFB4; }

 p { color: rgb(204,207,180); }

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

background-color css

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

 a { background-color: rgb(204,207,180); }

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

border-color css

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

 span { border-color: rgb(204,207,180); }

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