Html Css Color HEX #CCD0B4 Orinoco

📋 copy color: '#CCD0B4'

red 204 ◦ green 208 ◦ blue 180

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

Shades of Orinoco #CCD0B4

Tints of Orinoco #CCD0B4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.14%

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

R = 34.46%
G = 35.14%
B = 30.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#CCD0B4 (or 0xCCD0B4) is known color: Orinoco. HEX triplet: CC, D0 and B4. RGB value is (204,208,180). Sum of RGB (Red+Green+Blue) = 204+208+180=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0B4 is #332F4B. Grayscale: #CBCBCB. Windows color (decimal): -3354444 or 11849932. OLE color: 11849932.

HSL color Cylindrical-coordinate representation of color #CCD0B4: hue angle of 68.57º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCD0B4 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 180 -
CMYK 0.02 0 0.13 0.18
HSL 68.57º 0.23% 0.76% -
HSV(B) 68.57º 0.13% 0.82% -
XYZ 55.7 61.24 52.07 -
YUV 203.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 204 208 180 0.02 0 0.13 0.18 68.57 0.23 0.76
Hex CC D0 B4 2 0 D 12 45 17 4C
Octal 314 320 264 2 0 15 22 105 27 114
Binary 11001100 11010000 10110100 10 0 1101 10010 1000101 10111 1001100

Color Harmonies of #CCD0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0B4

Black with #CCD0B4

Text Example


Text Example

White with #CCD0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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